}
public long getContentLengthLong() {
return delegate.getContentLengthLong();
}
public String getContentType() {
}
public long getContentLengthLong() {
return readFromCache ? -1 : delegate.getContentLengthLong();
}
public String getContentType() {